home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Active_Blue / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  2.7 KB  |  138 lines

  1. BODY
  2. {
  3.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  4.     color : rgb(103,154,232);
  5.     font-weight : normal;
  6.     font-style : normal
  7. }
  8.  
  9. A:active
  10. {
  11.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  12.     color : rgb(103,154,232);
  13.     font-weight : normal;
  14.     font-style : normal;
  15.     text-decoration : none
  16. }
  17.  
  18. A:link
  19. {
  20.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  21.     font-weight : normal;
  22.     font-style : normal;
  23.     text-decoration : none
  24. }
  25.  
  26. UL
  27. {
  28.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  29.     line-height : 1em;
  30.     list-style-type : square;
  31.     margin-left : 2em
  32. }
  33.  
  34. A:visited
  35. {
  36.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  37.     color : rgb(84,9,148);
  38.     text-decoration : none
  39. }
  40.  
  41. .TextObject
  42. {
  43.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  44.     color : rgb(103,154,232)
  45. }
  46.  
  47. H1
  48. {
  49.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  50.     font-size : 1.5em;
  51.     color : rgb(255,255,255);
  52.     font-weight : normal;
  53.     font-style : normal;
  54.     text-decoration : none;
  55.     background-color : rgb(84,9,148)
  56. }
  57.  
  58. H2
  59. {
  60.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  61.     font-size : 1.5em;
  62.     color : rgb(255,255,255);
  63.     font-weight : normal;
  64.     font-style : normal;
  65.     text-decoration : none;
  66.     background-color : rgb(103,154,232)
  67. }
  68.  
  69. P
  70. {
  71.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  72.     text-indent : 2em
  73. }
  74.  
  75. H3
  76. {
  77.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  78.     font-size : 1.25em;
  79.     color : rgb(84,9,148);
  80.     font-weight : normal;
  81.     font-style : normal;
  82.     text-decoration : underline
  83. }
  84.  
  85. OL
  86. {
  87.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  88.     line-height : 1em;
  89.     list-style-type : upper-roman;
  90.     margin-left : 2em
  91. }
  92.  
  93. H4
  94. {
  95.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  96.     font-size : 1.25em;
  97.     color : rgb(103,154,232);
  98.     font-weight : normal;
  99.     font-style : normal;
  100.     text-decoration : underline
  101. }
  102.  
  103. .TextNavBar
  104. {
  105.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  106.     color : rgb(103,154,232);
  107.     font-weight : normal;
  108.     font-style : normal
  109. }
  110.  
  111. H5
  112. {
  113.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  114.     font-size : 1em;
  115.     color : rgb(84,9,148);
  116.     font-style : italic;
  117.     text-decoration : none
  118. }
  119.  
  120. H6
  121. {
  122.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  123.     font-size : 1em;
  124.     color : rgb(103,154,232);
  125.     font-style : italic
  126. }
  127.  
  128. A:hover
  129. {
  130.     font-family : Georgia, Palatino, "Times New Roman", Times, Serif;
  131.     color : rgb(84,9,148);
  132.     font-weight : normal;
  133.     font-style : normal;
  134.     border-bottom-width : 1px;
  135.     border-bottom-style : dotted
  136. }
  137.  
  138.